projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f015d
)
(Fmake_local_variable): Delete stray semicolon.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:25:19 +0000
(
00:25
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:25:19 +0000
(
00:25
+0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 49e1570c4c26948d83d68272e16cca0652231ab2..471df20cd482d3a825f76229d54b84dbcbefe34d 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-1575,7
+1575,7
@@
Instead, use `add-hook' and specify t for the LOCAL argument. */)
XBUFFER_LOCAL_VALUE (newval)->found_for_frame = 0;
XBUFFER_LOCAL_VALUE (newval)->check_frame = 0;
XBUFFER_LOCAL_VALUE (newval)->cdr = tem;
- SET_SYMBOL_VALUE (variable, newval);
;
+ SET_SYMBOL_VALUE (variable, newval);
}
/* Make sure this buffer has its own value of symbol. */
tem = Fassq (variable, current_buffer->local_var_alist);